com.supermap.plot

Class AnimationAttribute



  • public class AnimationAttribute
    extends AnimationGO
    Blink animation
    • Constructor Detail

      • AnimationAttribute

        public AnimationAttribute()
        Construction method
    • Method Detail

      • setLineColorAttr

        public void setLineColorAttr(boolean blinecolor)
        Sets whether the color attribute is valid.
        Parameters:
        blinecolor - whether the color attribute is valid.
      • getLineColorAttr

        public boolean getLineColorAttr()
        Gets whether the color attribute is valid.
        Returns:
        whether the color attribute is valid.
      • setStartLineColor

        public void setStartLineColor(Color color)
        Sets the starting line color
        Parameters:
        color - the starting line color
      • getStartLineColor

        public Color getStartLineColor()
        Gets the starting line color
        Returns:
        the starting line color
      • setEndLineColor

        public void setEndLineColor(Color color)
        Sets the ending line color
        Parameters:
        color - the ending line color
      • getEndLineColor

        public Color getEndLineColor()
        Gets the ending line color
        Returns:
        the ending line color
      • setLineWidthAttr

        public void setLineWidthAttr(boolean blineWidth)
        Sets whether the width attribute of line is valid.
        Parameters:
        blineWidth - whether the width attribute of line is valid.
      • getLineWidthAttr

        public boolean getLineWidthAttr()
        Gets whether the width attribute of line is valid.
        Returns:
        whether the width attribute of line is valid.
      • setStartLineWidth

        public void setStartLineWidth(double lineWidth)
        Sets the starting line width
        Parameters:
        lineWidth - The starting line width
      • getStartLineWidth

        public double getStartLineWidth()
        Gets the starting line width
        Returns:
        the starting line width
      • setEndLineWidth

        public void setEndLineWidth(double lineWidth)
        Sets the ending line width
        Parameters:
        lineWidth - The ending line width
      • getEndLineWidth

        public double getEndLineWidth()
        Gets the ending line width
        Returns:
        the ending line width
      • setSurroundLineWidthAttr

        public void setSurroundLineWidthAttr(boolean bSurroundLineWidth)
        Sets whether the width attribute of serif is valid.
        Parameters:
        bSurroundLineWidth - whether the width attribute of serif is valid.
      • getSurroundLineWidthAttr

        public boolean getSurroundLineWidthAttr()
        Gets whether the width attribute of serif is valid.
        Returns:
        whether the width attribute of serif line is valid.
      • setStartSurroundLineWidth

        public void setStartSurroundLineWidth(double width)
        Sets the width of the starting serif
        Parameters:
        width - the width of the starting serif
      • getStartSurroundLineWidth

        public double getStartSurroundLineWidth()
        Gets the width of the starting serif
        Returns:
        the starting serif width
      • setEndSurroundLineWidth

        public void setEndSurroundLineWidth(double width)
        Sets the width of the ending serif
        Parameters:
        width - the width of the ending serif
      • getEndSurroundLineWidth

        public double getEndSurroundLineWidth()
        Gets the width of the ending serif
        Returns:
        the ending serif width
      • setStartSurroundLineColor

        public void setStartSurroundLineColor(Color color)
        Sets the color of the starting serif
        Parameters:
        color - the starting serif color
      • getStartSurroundLineColor

        public Color getStartSurroundLineColor()
        Gets the color of the starting serif
        Returns:
        the starting serif color
      • setSurroundLineColorAttr

        public void setSurroundLineColorAttr(boolean bSurroundLineColor)
        Sets whether the color attribute of serif is valid.
        Parameters:
        bSurroundLineColor - hether the color attribute of serif is valid.
      • getSurroundLineColorAttr

        public boolean getSurroundLineColorAttr()
        Gets whether the color attribute of serif is valid.
        Returns:
        whether the width attribute of serif line is valid.
      • setEndSurroundLineColor

        public void setEndSurroundLineColor(Color colorValue)
        Sets the color of the ending serif
        Parameters:
        colorValue - the color the ending serif color
      • getEndSurroundLineColor

        public Color getEndSurroundLineColor()
        Gets the color of the ending serif
        Returns:
        the ending serif color